Various softirq cleanups:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 31 Mar 2006 11:03:42 +0000 (12:03 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 31 Mar 2006 11:03:42 +0000 (12:03 +0100)
commit68b564efee06fa8a5118004d8d78b2c0a20b5096
tree668a1983115f773b2c6de942d01611de80a3a208
parent5a5d245c8c59a28503353f57d7b2201b507bf99e
Various softirq cleanups:
 1. Make __softirq_pending a long, since PPC borrows the file
    hardirq.h from us and they only do atomic ops on longs.
 2. do_softirq() explicitly takes a void param list.
 3. Remove idle_timestamp field from irq_cpustat. It's unused
    and lets us simplify the idle loop a little bit.

Part 1 based on a patch from Hollis Blanchard at IBM.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/domain.c
xen/common/softirq.c
xen/include/asm-x86/hardirq.h